|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrolesystem.core.RoleAction
public class RoleAction
This class represents an action done through a registration. Instances of this class are constant, once created they cannot be changed.
| Constructor Summary | |
|---|---|
RoleAction(java.lang.String name,
int addressee)
Constructs an action with no informative content. |
|
RoleAction(java.lang.String name,
int addressee,
java.io.Serializable content)
|
|
| Method Summary | |
|---|---|
int |
getAddressee()
Returns the identifier of the addressee of this action. |
java.io.Serializable |
getContent()
Returns the informative content of this action. |
java.lang.String |
getName()
Returns the name of this action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoleAction(java.lang.String name,
int addressee,
java.io.Serializable content)
name - Name of this action.addressee - Identifier of the addresseer of this action.content - Informative content of this action.
public RoleAction(java.lang.String name,
int addressee)
name - Name of this action.addressee - Identifier of the addresseer of this action.| Method Detail |
|---|
public java.lang.String getName()
public int getAddressee()
public java.io.Serializable getContent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||